From 491971c6fe2d109669776fa600908155a24e56cb Mon Sep 17 00:00:00 2001 From: "cl349@freefall.cl.cam.ac.uk" Date: Sat, 13 Nov 2004 10:10:39 +0000 Subject: [PATCH] bitkeeper revision 1.1159.168.4 (4195dd9fuE-UmEKmUEOm1GvgA2jDXg) Declare evtchn_do_upcall with asmlinkage for CONFIG_REGPARM. (not evtchn_device_upcall) --- linux-2.6.9-xen-sparse/include/asm-xen/evtchn.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-2.6.9-xen-sparse/include/asm-xen/evtchn.h b/linux-2.6.9-xen-sparse/include/asm-xen/evtchn.h index a4930a09d5..d6f0b0b545 100644 --- a/linux-2.6.9-xen-sparse/include/asm-xen/evtchn.h +++ b/linux-2.6.9-xen-sparse/include/asm-xen/evtchn.h @@ -45,10 +45,10 @@ void force_evtchn_callback(void); /* Entry point for notifications into Linux subsystems. */ -void evtchn_do_upcall(struct pt_regs *regs); +asmlinkage void evtchn_do_upcall(struct pt_regs *regs); /* Entry point for notifications into the userland character device. */ -asmlinkage void evtchn_device_upcall(int port); +void evtchn_device_upcall(int port); static inline void mask_evtchn(int port) { -- 2.30.2